Northwoods.GoSilverlight 1.3.5 Assembly
GetIsLinkLabelForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetIsLinkLabelForNode Method

nodedata
This predicate is true if the given node data may be used as a "label" for a link.

Syntax

Visual Basic (Declaration) 
Public Function GetIsLinkLabelForNode( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
public bool GetIsLinkLabelForNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

Requirements

See Also

© 2012 All Rights Reserved.